home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip Aralık 2001.iso / prog / sistem / addrem / setup.exe / ARPLUS.EXE / 0 / RCDATA / TEDITPROGRAMBOX / TEDITPROGRAMBOX.txt
Encoding:
Text File  |  2001-10-22  |  1.4 KB  |  76 lines

  1. object EditProgramBox: TEditProgramBox
  2.   Left = 12
  3.   Top = 137
  4.   BorderStyle = bsDialog
  5.   Caption = 'Modify Entry'
  6.   ClientHeight = 164
  7.   ClientWidth = 302
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TheBevel: TBevel
  19.     Left = 4
  20.     Top = 111
  21.     Width = 293
  22.     Height = 10
  23.     Shape = bsBottomLine
  24.   end
  25.   object Label1: TLabel
  26.     Left = 10
  27.     Top = 12
  28.     Width = 226
  29.     Height = 13
  30.     Caption = '&Program name (appears in the Add/Remove list)'
  31.     FocusControl = ediName
  32.   end
  33.   object Label2: TLabel
  34.     Left = 10
  35.     Top = 58
  36.     Width = 90
  37.     Height = 13
  38.     Caption = '&Uninstall Command'
  39.     FocusControl = ediCommand
  40.   end
  41.   object OKBtn: TButton
  42.     Left = 81
  43.     Top = 130
  44.     Width = 65
  45.     Height = 25
  46.     Caption = 'OK'
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 0
  50.   end
  51.   object CancelBtn: TButton
  52.     Left = 155
  53.     Top = 130
  54.     Width = 65
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 1
  60.   end
  61.   object ediName: TEdit
  62.     Left = 10
  63.     Top = 28
  64.     Width = 281
  65.     Height = 21
  66.     TabOrder = 2
  67.   end
  68.   object ediCommand: TEdit
  69.     Left = 10
  70.     Top = 74
  71.     Width = 281
  72.     Height = 21
  73.     TabOrder = 3
  74.   end
  75. end
  76.